Skip to content

Conversation

@AnantShukla-Git-Hub
Copy link

Fixes #47

This change adds a comprehensive C++ sample demonstrating how to execute
a BigQuery query using the insert+poll workflow and how to read query
results using futures and callbacks.

The sample shows:

  • Executing a query with the insert+poll API
  • Attaching a continuation using .then()
  • Handling errors from the asynchronous result
  • Iterating over rows and fields in the result set

This is intended as a beginner-friendly example and does not modify
any core library code.

@AnantShukla-Git-Hub AnantShukla-Git-Hub requested a review from a team as a code owner January 1, 2026 04:16
@google-cla
Copy link

google-cla bot commented Jan 1, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@AnantShukla-Git-Hub
Copy link
Author

Hi, just checking if anything is needed from my side.
CLA is signed and required checks are running.
Happy to make changes if required.
Thanks!

@AnantShukla-Git-Hub
Copy link
Author

Hi, it looks like all checks are waiting for /gcbrun.
Could a collaborator please trigger the CI?

Thanks! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comprehensive query and read results sample

1 participant